home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 614 b | 23 lines | [TEXT/ttxt] |
- <<<
- -- Filename:
- -- loadme.sx
-
- -- Other files required
- -- scrllprs.sx
- -- textprin.sx
-
- -- Purpose:
- -- Test that prints Text in a Window. This modifies the Scrolling Presenter
- -- test to add printing capabilities. Load in the script and choose Print...
- -- from the File menu when the Window comes up to print the text.
-
- -- Load in the printing module
- if (not isdefined Printer) do (process (new loader) "loadable/printing")
-
- fileIn theScriptDir name:"textprin.sx"
- fileIn theScriptDir name:"scrllprs.sx"
-
- enableitem thetitlecontainer.systemmenubar @print
-
- -- Choose Print... from the File menu to print
- >>>